Expand description
A thread-unsafe runtime for thread-unsafe people.
Modules
- channel
alloc
An MPMC channel. - executor
executor
An asynchronous executor. - Asynchronous locking primitives.
Structs
- Wait for an event to occur.
- A listener for an event.
- EventListenerRc
alloc
A listener for an event over anRc
.